@charset "utf-8";
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 10px;
}
::-webkit-scrollbar-track {
	-webkit-border-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.2);
	background-color: rgba(0, 0, 0, 0.05);
	width: 3px;
	height: 3px;
	border:1px solid rgba(255,255,255,0.05);
}
::-webkit-scrollbar-track-piece {
	-webkit-border-radius: 10px;
	background-color: rgba(234, 234, 234, 1);
	-webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.15);
	width: 3px;
	height: 3px;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	background-color: rgba(244, 244, 244, 1);
	-webkit-box-shadow: inset 1px 1px 15px rgba(255,255,255,0.8),
	inset 1px 1px 0px rgba(255,255,255,0.8);
	border:1px solid rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
	background-color: rgba(204, 204, 204, 1);
	-webkit-box-shadow: none;
	border:1px solid rgba(0,0,0,0.1);
}
::-webkit-scrollbar-track:window-inactive,
::-webkit-scrollbar-track-piece:window-inactive,
::-webkit-scrollbar-thumb:window-inactive {
	-webkit-box-shadow:none;
}
::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}
::-webkit-scrollbar-corner {
	background-color: transparent;
}
::-webkit-resizer{
	background-color: transparent;
}
*{margin:0;padding:0;}
body{font-size:13px;font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,"WenQuanYi Micro Hei",Verdana,sans-serif,"\5B8B\4F53"; color: #232323; background: #fff;line-height: 25px}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0px;padding:0px;}
table{border-collapse:collapse;}
a,img{border:0;}
ol,ul{list-style:none}
a{color:#454545;text-decoration:none;}
a:hover{color:#1eaff1;}
.clearfix{clear:both;width:0px;height:0px;overflow:hidden;}
/*.title_color{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}*/

.container-box{width:100%;background:#fff;min-width:1024px}
.header-box{height: 35px; line-height: 35px; background: #fbfbfb; border-bottom: 1px solid #e8e8e8;} 
.header-top{width:1170px;margin:0 auto;color:#747d87;}
.header-top a{color:#747d87;margin-left:10px;}
.header-top a:hover{color:#ff0000;}
.member-status{float:right;}
.member-status .login{color: #ff0000;border:1px solid #ff0000;padding: 3px 7px}

/* 网站容器 */
.container{margin:auto;width:1024px; min-width:1024px;}
.content-box{padding:5px 20px 10px 20px;background: #fff;border: 1px solid #eee;}
.title{border-bottom: #e4e3e3 1px solid;margin-bottom: 10px}
.title h2{font-size: 16px;line-height: 40px;font-weight: normal;border-bottom: 3px solid #2196f3;display: inline-block;padding-right:2px;color: #2196f3; font-weight:bold}
.title-right{float: right;}
.title-right a{line-height: 40px}

.line{height:20px;clear:both;}

/*网站头部 */
.header{height:134px;padding:10px 0;width:1024px;margin:0 auto;}
.logo{float:left;margin-top:20px;}
.logo a{color: #2196f3;font-size: 30px;display: block;text-overflow: ellipsis;white-space: nowrap;}
.logo img{}
.search{float:left;margin-left:130px;margin-top:30px;}
.searchtxt .searchmenu .searchselected{background-image:url(../images/icon2.png);background-repeat:no-repeat;}
.searchtxt{float:left;width:450px;height:36px;border:2px solid #2196f3;border-right:0;position:relative;z-index:100;background:#fff;}
.searchtxt .searchmenu{float:left;border-right:1px solid #eee;}
.searchtxt .searchmenu .searchselected{color:#666;cursor:pointer;font-size:14px;height:36px;line-height:36px;padding-left:15px;width:60px;background-position: 55px -85px;}
.searchtxt .searchmenu .searchopen{background-position:55px -113px}
.searchtxt .searchmenu .searchtab{display:none; position:absolute;top:36px;left:-2px;width:75px;border:2px solid #2196f3;border-top:0;background:#fff;z-index:100;}
.searchtxt .searchmenu .searchtab li{height:28px;line-height:28px;color:#666;font-size:14px;cursor:pointer;padding-left:15px}
.searchtxt .searchmenu .searchtab li.selected{background:#edf3fc;color:#018dbc;}
.searchtxt input{float:left;border:0;background:#fff;color:#666;padding:7px 8px;width:350px;height:22px;line-height:22px;margin:0;outline:medium none;}
.searchbtn{float:left;}
.searchbtn button{background:#2196f3;border:0;color:#fff;outline:none;cursor:pointer;float:left;height:40px;line-height:40px;width:86px;font-size:16px;transition:all 0.3s}
.searchbtn button:hover{background:#1784db;}
.add-content{width:110px;float:right;margin-top:30px;}
.add-content a{border-radius: 1px;height: 38px;color: #2196f3;font-size: 14px;display:block;line-height: 38px;transition:0.3s all;border:1px solid #2196f3;text-align: center;}
.add-content a:hover{text-decoration:none;background:#2196f3;color:#fff; }

/*导航条*/
.menu{height:43px;line-height:43px;  float: right; width:710px; z-index:999;
margin-top:20px;}
.nav{width:710px;margin:0 auto; }
.nav li{float:left;position:relative;z-index:98;}
.nav li a{float:left;width:100px;display:block;line-height:43px;text-align:center;font-weight:normal;font-size:16px;color:#333;transition:all 0.3s}
.nav li a:focus{-moz-outline-style: none;}
.nav li a:hover{text-decoration:none;color:#fff;background:#1784db;}
.nav li .current{text-decoration:none;color:#333;}
.nav li .sub_nav{position:absolute;top:43px;left:0px;background:#2196f3;display:none;z-index:99;border:1px solid #1784db;border-top:none;}
.nav li .sub_nav li{text-align:center;width:108px;height:35px;line-height:35px;position:relative;z-index:99;padding:0px;background:#2196f3;clear:left;}
.nav li .sub_nav li a{height:34px;line-height:34px;width:108px;display:inline-block;}

/* 前端分页 */
#page{margin:30px 0;font-size:14px;height:30px;line-height:30px;text-align:center}
#page .pageinfo{display: none;}
#page  a{border:1px solid #ddd;background:#fff;color:#808080;padding:4px 10px;margin-left:5px;transition:all 0.2s}
#page  a:hover,#page .curpage{background:#2196f3;color:#fff;text-decoration:none;border:1px solid #2196f3;}
#page .nopage{cursor:not-allowed;}
#page .nopage:hover{background:#fff;color:#808080;border:1px solid #ddd;}


.page-left h3.title{ text-align:left;  padding:15px 15px; height:33px; line-height:33px;  font-size:22px; color:#fff; 
background:#1257A5;  font-family:"微软雅黑"；
}












/* 网站底部 */
.footer{text-align: center;border-top: 1px solid #e8e8e8;padding:30px 0; background:#1257A5;}